home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 7 / developer source - volume 7.iso / orinf / mar96 / feuef101.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  53KB  |  358x281  |  8-bit (145 colors)
Labels: text | screenshot | font | number | line | parallel
OCR: PROCEDURE jimminy IS cricket VARCHAR2 (5); BEGIN cricket := 'Pinocchio'; IF cricket LIKE 'Jeppetto' THEN Execution Section END IF; EXCEPTION WHEN VALUE _ERROR Exception THEN Section END Figure 1: The program flow of a raised exception.